home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Italian (T-1.2.2) / Stack Principali / Home / background_2549.txt < prev    next >
Text File  |  1988-12-01  |  3KB  |  127 lines

  1. -- background: 2549 from stack: in
  2. -- bmap block id: 3700
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide background field "Local Help"
  9. end closeCard
  10.  
  11.  
  12.  
  13. -- part 7 (field)
  14. -- low flags: 00
  15. -- high flags: 4007
  16. -- rect: left=41 top=75 right=297 bottom=472
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 14
  22. -- style flags: 0
  23. -- line height: 18
  24. -- part name: paths
  25. ----- HyperTalk script -----
  26. on closeField
  27.   global stacks,applications,documents
  28.   put field "paths" of card "stacks" into stacks
  29.   put field "paths" of card "applications" into applications
  30.   put field "paths" of card "documents" into documents
  31. end closeField
  32.  
  33.  
  34.  
  35. -- part 14 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=256 top=298 right=321 bottom=281
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 1013 / 1013
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Next
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   go to next card
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 15 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=228 top=298 right=321 bottom=254
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 1014 / 1014
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Prev
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   go to prev card
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 17 (field)
  74. -- low flags: 00
  75. -- high flags: 0000
  76. -- rect: left=117 top=36 right=61 bottom=394
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 20
  81. -- text size: 18
  82. -- style flags: 0
  83. -- line height: 24
  84. -- part name: 
  85.  
  86.  
  87. -- part 18 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=15 top=28 right=62 bottom=49
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 2507 / 2507
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: pp
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   if visible of field "local help" is true then
  102.     hide field "local help"
  103.   else
  104.     show  field "local help"
  105.   end if
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 19 (field)
  111. -- low flags: 80
  112. -- high flags: 2007
  113. -- rect: left=15 top=62 right=320 bottom=489
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 0
  117. -- font id: 3
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Local Help
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   hide  field "local Help"
  125. end mouseUp
  126.  
  127.